Conversation
Model card endpoint
fixed package issues
| "fuzzywuzzy", | ||
| "databricks-sql-connector", | ||
| "pandera~=0.13" | ||
| "pandera~=0.13", |
There was a problem hiding this comment.
eventually we may need to specify versions for the rest like you've done here for pandera
There was a problem hiding this comment.
Yeah, to be honest, I wasn’t too sure what the other versions should be but I totally agree.
vishpillai123
left a comment
There was a problem hiding this comment.
hey @Mesh-ach, the get_model_cards(...) endpoint looks good to me. I'm not familiar with dynamic endpoints like this but overall the logic looks good.
Also how do we test/ensure that these endpoints work? I realize it's challenging since that connects to the other repo. Is the best way to test to launch the api locally?
Right now, testing locally is complicated. Since we connect to GCP and then Databricks, some components can be tested locally, but others must be deployed and tested in staging. So we run all tests in staging to ensure everything works. |
changes
context
questions
No questions.